home *** CD-ROM | disk | FTP | other *** search
/ Sierra's Sneak Peeks 1993 / Sierra Sneak Peeks 1993.iso / menu / mainmenu.bat < prev    next >
DOS Batch File  |  1993-08-16  |  1KB  |  64 lines

  1. @echo off
  2.  
  3. rem MAINMENU.BAT
  4.  
  5. rem Copyright (c) 1993 Sierra On-Line, Inc.  All rights Reserved
  6. rem  See documentation in DEMO.BAT file for more information.
  7.  
  8. if not "%xxd%"=="" goto MainMenu
  9. cls
  10. echo  
  11. echo You must run the batch file DEMO.BAT in the root directory of the 
  12. echo Sierra Family Demo CD.  This file is accessed only by DEMO.BAT
  13. echo  
  14. goto Done
  15.  
  16. :MainMenu
  17. set xxa=
  18. call %xxp%menu\showpic menu XSDBCTA
  19. if "%getkey%"=="TIME" Menu\AutoDemo
  20. if "%getkey%"=="A"    Menu\AutoDemo
  21. if "%getkey%"=="ESC"  goto ExitMain
  22. if "%getkey%"=="X"    goto ExitMain
  23. Menu\Menu%getkey%
  24.  
  25. :ExitMain
  26. if "%xxv%"=="T" goto DoCp
  27. cls
  28. echo  
  29. echo  
  30. echo  
  31. echo  
  32. echo  
  33. echo Copyright 1993 Sierra On-Line, Inc.  All Rights Reserved
  34. goto Bye
  35.  
  36. :DoCp
  37. %xxp%menu\show screens\cpyright.pcx 20
  38. %xxp%menu\delay 10
  39. %xxp%menu\show screens\black.pcx 20
  40. mode co80
  41.  
  42. :Bye
  43. echo  
  44. echo  
  45. echo  
  46. echo Thanks for taking a look at our demonstrations.
  47. echo  
  48. echo Visit your favorite software retailer to purchase
  49. echo a copy of any of the products shown here.
  50.  
  51. set xxa=
  52. set xxv=
  53. set xxp=
  54. set xxd=
  55. set xxc=
  56. set xxw=
  57. set what=
  58. set getkey=
  59.  
  60. :Done
  61. echo  
  62. echo  
  63. echo  
  64.